home *** CD-ROM | disk | FTP | other *** search
-
- Visual Engineering - Batch process v1.00
- ----------------------------------------
-
- This script calls selected Image Engineer-script for all selected
- files in Magellan-dirlist, applies an effect to file and saves it.
-
-
-
-
-
- Script was originally made for Directory Opus, Magellan. You can
- still with little effort, make it work with any other filemanager.
-
- With Magellan, create yourself a new button-bank and add a
- function like this to one of buttons:
-
- DOpus5:ARexx/VisualBorder.rexx {s} {o}
-
-
- If that really was too hard for you, then better ask your mam to
- buy you a PC. Next one will for sure give you a lot headache...
-
-
-
-
- So, line after comment line, "/* DO SOMETHING */" is the effective
- one. By default it calls VisualBorderDemo-script. Arguments for it
- are in it's .notes-file.
-
- (address command "Sys:Rexxc/rx ie:arexx/VisualBorderDemo.rexx" newfile ROUNDCORNER 90 13)
-
-
-
- After VisualBordering, script continues and checking is made, if
- original filename had a suffix.
-
- .JPEG, .JPG, .JFIF are translated to ".jpg"
- .PNG, .PING are translated to ".png"
- .TGA, .TARGA are translated to ".tga"
- .TIF, .TIFF are translated to ".tif"
- others are translated to ".jpg"
-
- Ofcourse save-fileformat will be same than it's suffix.
- File is saved to "processed"-directory of sourcedir.
-
-
-
- If you are going to use this script from shell or from other
- filemanager, tell it 2 arguments; first is sourcedir and second is
- filename.
-
- Future will bring more helping scripts for Magellan, depending on
- feedback and suggestions I receive.
-
-
-
-
-
- HISTORY
-
- v1.00
-
- History started
-
-
-
-
-
- The archive, where this file came from, can be distributed using
- any kind of media (CD, Email, Net, BBS, FTP...), but contents of
- original archive must not be seperated from each other.
-
- You may modify the script for your own use, but don't except me to
- fix it, when you broke it. You may NOT spread modified versions of
- the script, nor part of it.
-
- If you are going to spread a script of yours, which calls one of
- Visual Engineering -scripts, you must include either to
- documentfile of your script or header of the script itself, Visual
- Engineering -websiteaddress and my name and email address.
-
- Like this:
-
-
- /*
-
- This script uses Visual Engineering -script(s):
- AddSpace.rexx, PrimaryColors.rexx
-
- By Marko Seppänen <marko.seppanen@wwnet.fi>
-
- Visual Engineering website:
- http://wwnet.fi/users/smarko/visual/
-
-
- */
-
-